ইনপুট হিসেবে যা নেয়া হবেঃ ১ . তারিখ ২ . মাস নম্বর ৩ . প্রথম দুই ডিজিট সালের ৪ . বাকি ডিজিট সালের আউটপুটঃ বার ...
Read More
Home / C Projects
Showing posts with label C Projects. Show all posts
Showing posts with label C Projects. Show all posts
Day Guesser
#include <stdio.h> int play2(result) { char ch; printf("\n\n2 3 6 7\n10 11 14 15\n18 19 22 23\n26 27 30 31\n...
Read More
Magic Square Generator By C Programming
Magic Square Generator By C Programming Magic Square is a kind Of Square where the Summation of numbers i...
Read More
Tic-Tac-Toe Game By C Programming
Tic-Tac-Toe Game By C Programming #include<stdio.h> #include<conio.h> #include<stdlib.h> #include <windows.h> int ...
Read More
Snake Game By C Programming
Snake Game By C Programming #include <stdio.h> #include <time.h> #include <stdlib.h> #include <conio.h> #include&l...
Read More
Subscribe to:
Posts
(
Atom
)